home *** CD-ROM | disk | FTP | other *** search
- # -*- mode: TCL; fill-column: 75; tab-width: 8; coding: iso-latin-1-unix -*-
- #
- # $Id: Version.tcl,v 1.3.2.4 2002/09/21 08:02:11 idiscovery Exp $
- #
- # Version.tcl --
- #
- # This file is automatically generated by the Tix version control tool
- #
- #
- # Copyright (c) 1993-1999 Ioi Kim Lam.
- # Copyright (c) 2000-2001 Tix Project Group.
- #
- # See the file "license.terms" for information on usage and redistribution
- # of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- #
-
- proc tixScriptVersion {} {
- return 8.1
- }
- proc tixScriptPatchLevel {} {
- return 8.1.4
- }
-